home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 2.iso / dist / fw_netpbm.idb / usr / freeware / catman / u_man / cat1 / tifftopnm.Z / tifftopnm
Text File  |  2001-01-10  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ttttiiiiffffffffttttooooppppnnnnmmmm((((1111))))      UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((00002222 AAAApppprrrriiiillll 2222000000000000))))      ttttiiiiffffffffttttooooppppnnnnmmmm((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       tifftopnm - convert a    TIFF file into a portable anymap
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       ttttiiiiffffffffttttooooppppnnnnmmmm [--------aaaallllpppphhhhaaaaoooouuuutttt===={_a_l_p_h_a-_f_i_l_e_n_a_m_e,----}] [--------hhhheeeeaaaaddddeeeerrrrdddduuuummmmpppp]
  13.       _t_i_f_f-_f_i_l_e_n_a_m_e
  14.  
  15.  
  16.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.       Reads    a TIFF file as input.  Produces    a portable anymap as
  18.       output.  The type of the output file depends on the input
  19.       file - if it's black & white,    generates a _p_b_m    file; if it's
  20.       grayscale, generates a _p_g_m file; otherwise, a    _p_p_m file.  The
  21.       program tells    you which type it is writing.
  22.  
  23.       This program cannot read every possible TIFF file -- there
  24.       are myriad variations    of the TIFF format.  However, it does
  25.       understand monochrome    and gray scale,    RGB, RGBA
  26.       (red/green/blue with alpha channel), CMYK (Cyan-Magenta-
  27.       Yellow-Black ink color separation), and color    palette    TIFF
  28.       files.  An RGB file can have either single plane
  29.       (interleaved)    color or multiple plane    format.
  30.  
  31.       One reason this program isn't    as general as TIFF programs
  32.       often    are is that it does not    use the    TIFFRGBAImageGet()
  33.       function of the TIFF library to read TIFF files.  Rather, it
  34.       uses the more    primitive TIFFReadScanLine() function and
  35.       decodes it itself.
  36.  
  37.       There    is no fundamental reason that this program could not
  38.       read other kinds of TIFF files; the existing limitations are
  39.       mainly because no one    has asked for more.
  40.  
  41.       The _t_i_f_f-_f_i_l_e_n_a_m_e argument names the reguar file that
  42.       contains the Tiff image.  You    cannot use Standard Input or
  43.       any other special file because the Tiff library must be able
  44.       to perform seeks on it.
  45.  
  46.  
  47.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  48.       --------aaaallllpppphhhhaaaaoooouuuutttt====_a_l_p_h_a-_f_i_l_e_n_a_m_e
  49.            ttttiiiiffffffffttttooooppppnnnnmmmm creates a PGM (portable graymap) file
  50.            containing the alpha channel values in the input    image.
  51.            If the input image doesn't contain an alpha channel,
  52.            the _a_l_p_h_a-_f_i_l_e_n_a_m_e file contains    all zero (transparent)
  53.            alpha values.  If you don't specify --------aaaallllpppphhhhaaaaoooouuuutttt,
  54.            ttttiiiiffffffffttttooooppppnnnnmmmm does not generate an alpha file, and if the
  55.            input image has an alpha    channel, ttttiiiiffffffffttttooooppppnnnnmmmm simply
  56.            discards    it.
  57.  
  58.            If you specify ----    as the filename, ttttiiiiffffffffttttooooppppnnnnmmmm writes the
  59.            alpha output to Standard    Output and discards the    image.
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 12/12/00)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ttttiiiiffffffffttttooooppppnnnnmmmm((((1111))))      UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((00002222 AAAApppprrrriiiillll 2222000000000000))))      ttttiiiiffffffffttttooooppppnnnnmmmm((((1111))))
  71.  
  72.  
  73.  
  74.            See ppppnnnnmmmmccccoooommmmpppp(1) for one way to use the alpha output
  75.            file.
  76.  
  77.       --------hhhheeeeaaaaddddeeeerrrrdddduuuummmmpppp
  78.            Dump TIFF file information to stderr.  This information
  79.            may be useful in    debugging TIFF file conversion
  80.            problems.
  81.  
  82.       All options can be abbreviated to their shortest unique
  83.       prefix.
  84.  
  85.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  86.       ppppnnnnmmmmttttoooottttiiiiffffffff(1),    ppppnnnnmmmmttttoooottttiiiiffffffffccccmmmmyyyykkkk(1), ppppnnnnmmmmccccoooommmmpppp(1), ppppnnnnmmmm(5)
  87.  
  88.      AAAAUUUUTTTTHHHHOOOORRRR
  89.       Derived by Jef Poskanzer from    tif2ras.c, which is Copyright
  90.       (c) 1990 by Sun Microsystems,    Inc.  Author: Patrick J.
  91.       Naughton (naughton@wind.sun.com).
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                        (printed 12/12/00)
  130.  
  131.  
  132.  
  133.